github.com/andybalholm/brotli/matchfinder.Writer.err (field)
9 uses
github.com/andybalholm/brotli/matchfinder (current package)
matchfinder.go#L53: err error
matchfinder.go#L60: if w.err != nil {
matchfinder.go#L61: return 0, w.err
matchfinder.go#L70: for pos = 0; pos+w.BlockSize <= len(w.inBuf) && w.err == nil; pos += w.BlockSize {
matchfinder.go#L78: return len(p), w.err
matchfinder.go#L85: _, w.err = w.Dest.Write(w.outBuf)
matchfinder.go#L86: return len(p), w.err
matchfinder.go#L92: return w.err
matchfinder.go#L98: w.err = nil
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |